Get Substring by Range
Command Prototype
sRet = SubString(sData,iStart,iEnd)
Command Description
Extract characters from one specified position to another specified position (counting from 1) from the string
Parameter Description
- Required Parameter
- sData--The source string to extract from
- iStart--The position to start extracting the string
- iEnd--The position to end extracting the string
- return
- sRet--The variable used to save the output of the function call